home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / NotificationMon ƒ / NotificationMon.ƒ / Source / Drawing.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-22  |  177 b   |  10 lines  |  [TEXT/KAHL]

  1. #include "NotificationMon.h"
  2.  
  3.  
  4. DrawImage(notificationDoc *w)
  5. {
  6.  
  7.     if(IsNotificationDoc((WindowPeek)w)) {
  8.         UpdateNotifications((notificationDoc*)w, GetCtlValue(w->vScroll));
  9.     }
  10. }